home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / relnotes / arraysvcs / ch5.z / ch5
Text File  |  1998-11-02  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        5.  _K_n_o_w_n__P_r_o_b_l_e_m_s__a_n_d__W_o_r_k_a_r_o_u_n_d_s
  9.  
  10.           +o ArrayView and other array services client programs may
  11.             not "see" machines that are not able to respond to
  12.             requests within the default timeout period of 15
  13.             seconds.  In situations where high load or long network
  14.             delays cause timeouts to occur, it is possible to
  15.             increase the default timeout period by setting the
  16.             environment variable ARRAYD_TIMEOUT to a new timeout
  17.             period in seconds.  In addition, many array services
  18.             clients (though not ArrayView) support a "-timeout"
  19.             command line option to specify a new timeout value on a
  20.             case-by-case basis.
  21.  
  22.           +o There is a further restriction concerning checkpointing
  23.             of MPI applications which run using array services.
  24.             The MPI application must consist of a single a.out
  25.             program.  It cannot be constructed using a.out & b.out.
  26.             When using two programs, they will communicate via
  27.             sockets (this is in libmpi).  Since sockets and
  28.             checkpointing do not get along, this application can
  29.             not be checkpointed.
  30.  
  31.           +o The ps(1) command does not display any information on
  32.             which array session a given process belongs to. (Bug
  33.             #479281)
  34.  
  35.           +o The arrayd.conf parsing code treats the word "user" as
  36.             a token, not a generic string. Thus, if you try to
  37.             specify the line: "GROUP USER" this is considered a
  38.             syntax error, since "group" should not ordinarily be
  39.             followed by a token. The parser should be smart enough
  40.             to treat a token as a string under these circumstances.
  41.             (Bug #518521)
  42.  
  43.           +o Array services doesn't bother to propagate multiple
  44.             groups for remote execution, only the real and
  45.             effective group names are sent over. Also, array
  46.             services doesn't handle numeric group IDs, only actual
  47.             group *names* are sent to remote machines (Bug #521340)
  48.  
  49.           +o If a multiple host mpi job is interrupted via Cntl-C,
  50.             the remote jobs still remain. (Bug #567744)
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.